home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Paintfun v1.4.9.adf / paintfun-printer < prev    next >
AmigaDOS Script File  |  1990-09-18  |  768b  |  32 lines

  1. .key ""
  2. .bra {
  3. .ket }
  4. if not exists sys:c/run
  5. echo "To install a new printer:
  6. echo " "
  7. echo "1. Reboot your computer with a WorkBench system disk"
  8. echo "2. Place the PaintFun disk in any drive"
  9. echo "3. Double click on the PaintFun disk icon"
  10. echo "4. Double click on the PaintFun-Printer icon"
  11. wait 5
  12. else
  13. echo "*E[4mPaintFun Printer Installation*N*N*E[0mPrinters Available:*N"
  14. delete >NIL: paintfun:devs/printers/#?
  15. assign DEVS: PaintFun:devs
  16. ; sys:utilities/installprinter
  17. cd "Extras 1.3:devs/printers"
  18. dir
  19. echo "*N"
  20. lab loop
  21. echo "*EMName the printer to install: " noline
  22. setenv >NIL: p{$$} ?
  23. echo >>env:p{$$} " to paintfun:devs/printers"
  24. copy <env:p{$$} >NIL: ?
  25. IF ERROR
  26. skip loop back
  27. ENDIF
  28. cd paintfun:
  29. sys:prefs/preferences printer
  30. assign DEVS: sys:devs
  31. endif
  32.